mysql_connect("localhost","root","440mega") or die("Kan inte ansluta"); mysql_select_db("DIRTBIKE") or die("Kan inte välja databas"); $query = "SELECT * FROM BIKES order by BMARKE"; $bikes = mysql_query($query) or die("Frågan misslyckades"); $query2 = "select * from MESSAGES where MBIKE = \'AJS\' order by MDATE Desc"; $messages = mysql_query(StripSlashes($query2)) or die("Frågan misslyckades"); ?>
<< To start << Go back AJS (Great Britain). Share information about AJS with others Updated: 2002-09-14 AJS is one of the famous Brittish marquees. The AJS story begun in 1911 when the brothers Albert John, George, Harry and Jack Stevens begun producin the very first bike by the name AJS at their father, Joe Stevens company. ![]() The AJS 7R where released in 1948 and was a popular machine in early scrambling (motocross). During the mid 50's the Wolwerhampton based motorcycle industry released the AJS 16M and the AJS 18S (CS). The development halted and by 1967 the AJS factory closed and the rights to the AJS name where sold to the Norton Villers group. The marquee was involved in real early scrambling (motocross). One of the most famous riders during the 40's was Hugh Viney (Great Britain) who participated in both motocross and Interrnational Six Days Trial (ISDT). During the 50's The AJS where represented by great names like: Geoff Ward and the swede, Bill Nilsson.
|
while ($bike = mysql_fetch_array($bikes)) { ?> echo $bike['BMARKE']; ?> } ?> | ||||||
while ($message = mysql_fetch_array($messages))
{ ?>
[ add a new message ] [ Reply to this message] echo $message['MMAIL']; ?> echo $message['MDATE']; ?> echo $message['MSUBJECT']; ?> echo $message['MTEXT']; ?> } ?> | |||||||
2002 © All right reserved. The information and tips that can be found on this web site may
be used at your own risk, we don't accept any responsability for injuries or damage caused
by following the instructions or information published here within. Always wear appropriate
protection gear while riding. Keep the environmental damage and noise level down. Always ride
where the risk of bothering wild life and other people is neglectable. www.mxbikes.com, B Hahn |